How to Edit Json Files

Learn how to edit json files using these json commands for mc3ds, each command will contain a description and snippet of code

Name Function Code
is_baby This command is used for component groups which reflect baby variants. "minecraft:is_baby": { }
scale This command is used to rescale a component group's model, such as babies. "minecraft:scale": {"value": X}
movement This command is used to set a component group's movement speed. "minecraft:movement": { "value": X}
equipment This command is used to set a component group's held weapon or armor, such as skeletons. "minecraft:equipment": { "table": "loot_tables/entities/X.json"}
test test2 test3
test test2 test3

Settings